From f5f2323e808536cf7b1e05dbed6e1d214710fc65 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 23 Apr 2024 00:21:17 +0200 Subject: [PATCH] luci-proto-wireguard: fix Makefile 'provides' once-upon-a-time it was called luci-app-wireguard. Now it's proto. Signed-off-by: Paul Donald --- protocols/luci-proto-wireguard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index a39e9a78d8..da3d8e7b74 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=Support for WireGuard VPN LUCI_DEPENDS:=+wireguard-tools +ucode LUCI_PKGARCH:=all -PKG_PROVIDES:=luci-app-wireguard +PKG_PROVIDES:=luci-proto-wireguard PKG_LICENSE:=Apache-2.0 include ../../luci.mk -- 2.30.2